<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none !important;
	background: none !important;
	text-decoration: none;
}

.logo-h1 {
	margin: 0;
	line-height: 1;
}

.top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	z-index: 1;
}

.top .navbar-brand img {
	/* width:50%; */
	height: 42px;
}

@media only screen and (max-width: 380px) {
	.top .navbar-brand {
		/* margin-top:-64px; */
	}
}

.navbar-nav {
	padding-top: 5px;
}

.navbar-nav li a {
	color: white;
	font-size: 16px;
	margin-right: 60px;
}

.navbar-nav .visible-xs-block a {
	margin-right: 0;
}

.nav&gt;li {
	line-height: 50px;
}

@media only screen and (max-width:768px) {
	.nav&gt;li {
		border-top: 1px solid #0D3048;
	}
}

.navbar-nav li a:hover {
	background: none;
	color: rgba(255, 255, 255, 0.8)
}

#bs-example-navbar-collapse-1 {
	margin-top: 4px;
	line-height: 70px;
}

.login-btn {
	display: inline-block !important;
	border: 1px solid white;
	padding: 5px 25px !important;
}

.login-btn:hover {
	color: white !important;
	background-color: #357AEF !important;
	border-color: #357AEF;
}

.navbar-toggle span {
	color: white;
}

.top .dropdown:hover .dropdown-menu {
	display: block;
}

.top .dropdown-menu li a {
	color: black;
}

.top .dropdown-menu li a:hover {
	color: #357AEF;
}

.top .dropdown-menu {
	min-width: 0;
	border-radius: 0;
}

.top .dropdown-menu i {
	position: absolute;
	top: -27px;
	left: 26px;
	color: white;
}

.navbar-collapse .panel {
	background: none;
}

.navbar-collapse .panel .panel-body {
	padding: 0;
	padding-left: 30px;
	border: 0 !important;
}

.navbar-collapse .panel .panel-body li a {}

.navbar-collapse .panel-group {
	margin: 0;
}

.navbar-collapse .panel .panel-heading a:hover {
	text-decoration: none;
}

.bottom {
	padding: 20px 0;
	background-color: #ffffff;
	color: rgba(255, 255, 255, 0.6);
}

.footer-1 img {
	width: 60px;
	margin-right: 1em;
}

.bottom hr {
	border-color: rgba(255, 255, 255, 0.3);
}

.footer-2 h4 {
	color: white;
	margin-bottom: 20px;
}

.footer-2 ul,
.bottom .visible-sm-block ul {
	list-style: none;
}

.footer-2 ul li,
.bottom .visible-sm-block ul li {
	margin-top: 10px;
}

.footer-2 ul li a {
	color: inherit;
}

.bottom .visible-sm-block ul li img,
.footer-2 ul li img {
	width: 103px;
}

.footer-2 ul li a:hover {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.bottom .visible-sm-block {
	text-indent: 2em;
}

.bottom .visible-sm-block a {
	padding-left: 2em;
}

.fixedBox {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: inline-block;
	text-align: center;
}

.fixedBox ul li {
	background-color: #378FE5;
	padding: 20px 10px;
	/* border-bottom:1px solid; */
	list-style: none;
	font-size: 12px;
	margin-bottom: 4px;
}

.fixedBox ul li:hover {
	background-color: #197AD8;
}

.fixedBox ul a {
	color: white;
	position: relative;
}

.fixedBox ul li p {
	margin-top: 8px;
}

.fixedBox ul a:hover {
	text-decoration: none;
}

.fixedBox span {
	font-size: 18px;
	color: #666;
	padding: 10px;
	width: 8em;
	position: absolute;
	display: none;
	left: -204px;
	top: 30px;
	background-color: white;
	border-radius: 6px;
}

.fixedBox span i{
	color: white;
	position: absolute;
	right: -14px;
	top: 12px;
}



.fixedBox a:hover span,  .fixedBox a:hover .weixin-img{
	display: inline-block;
}

.weixin-img {
	position: absolute;
	display: none;
	left: -204px;
	top: 50%;
	/* margin-top: -75px; */
	/* display: inline-block; */
	width: 150px; 
}





/* header äº§å“å¯¼èˆª */
.product-nav {
	display: none;
	align-items: stretch;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.86);
	width: 500px;
}

.nav-ul {
	list-style: none;
	flex: 1;
	margin-right: 20px;
}

.nav-ul:nth-last-of-type(1) {
	margin-right: 0;
}

.nav-ul a {
	display: block;
	width: 100%;
	height: 51px;
	line-height: 51px;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
	cursor: pointer;
	display: block;
	box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.3);
	background: #fff;
}

.nav-ul li {

	color: #333;
	font-size: 14px;
	text-align: center;

}

.nav-ul li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.top .product-nav li a {
	border: none;
	margin: 0;
}

.top .dropdown:hover .product-nav {
	display: flex;
}

.product-nav .nav-ul li:hover {
	color: #fff !important;
	background: #1480f4;
	box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.15);
}

.product-nav .nav-ul li:hover a {
	color: #fff;
}

/* é¦–é¡µä¸‰æ&nbsp;æ¨¡å— */
.tm-product .pm-title {
	margin-bottom: 10px;
}

.pm-desc {
	font-size: 16px;
	color: #666;
}

.pm-desc:nth-last-of-type(1) {
	margin-bottom: 40px;
	color: #333;
}

#product-module {
	background: #fff;
}

#product-module:hover {
	transform: scale(1.04, 1.04);
	box-shadow: 6px 6px 6px #eee;
}

#product-module h4 {
	padding: 30px 0 10px;
	font-weight: bold;
	font-size: 20px;
}

#product-module ul {
	/* height: 375px; */
}

@media screen and (max-width: 768px) {
	#product-module ul {
		height: auto;
	}
}

.pm-li {
	height: 75px;
	list-style: none;
	padding: 24px 20px;
	font-size: 18px;
}

.pm-li a {
	color: #333;
}



.pm-li:hover {
	/*background: #004ea2;*/
	background: -ms-linear-gradient(left, #02bbe7, #0f6efc);
	background: -moz-linear-gradient(left, #02bbe7, #0f6efc);
	/*Mozilla*/
	background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#02bbe7), to(#0f6efc));
	/*Old gradient for webkit*/
	background: -webkit-linear-gradient(left, #02bbe7, #0f6efc);
	/*new gradient for Webkit*/
	background: -o-linear-gradient(left, #02bbe7, #0f6efc);
	/*Opera11*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#02bbe7, endColorstr=#0f6efc);
	/*IE&lt;9&gt;*/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#02bbe7, endColorstr=#0f6efc);
	/*IE8+*/
	background: linear-gradient(left, #02bbe7, #0f6efc);
}

.pm-li:hover a {
	color: #fff;
}


/* åˆä½œå®¢æˆ· */
.tm-product.customer {
	/* background: #fff; */
}

.pad {
	padding: 10px 10px;
}

.logo-wrap {
	width: 100%;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-wrap img {
	height: 40px;
	max-width: 80%;
}

.logo-wrap:hover {
	transform: scale(1.1, 1.1);
	box-shadow: 6px 6px 6px #eee;
}
</pre></body></html>